STEP 6: We can create more points by adding values to our list! Let's find some points on the left side of the graph.
- Go into your program and place your cursor after the 3 in your inputs list.
- Type a comma after the 3 and enter 3 negative integers, like this: inputs·=·[1,·2,·3,·-1,·-2,·-3]¬
To navigate the page using the TAB key, first press ESC to exit the code editor.